<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/* CSS Document */

body {
    font: 14px "Helvetica Neue", Helvetica, Arial, "Microsoft Yahei", "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", sans-serif;
    height: 100%;
    min-width: 1260px;
    background: #fff;
    max-width: 100%;
    overflow: auto;
    color: #666;
    overflow-x: hidden;
    padding: 0px;
    margin: 0px;
}

a {
    color: #666;
    text-decoration: none;
    outline: none;
}

img {
    border: 0px;
    vertical-align: middle;
}

a:link {
    text-decoration: none;
    outline: none;
}

a:visited {
    text-decoration: none;
    outline: none;
}

a:hover {
    text-decoration: none;
    color: #333;
    outline: none;
}

ul,
p,
dl,
dt,
dd {
    padding: 0px;
    margin: 0px;
}

li {
    list-style-position: outside;
    list-style-type: none;
}

h1,
h2,
h3,
h4,
h5 {
    padding: 0px;
    margin: 0px;
}

input {
    margin: 0;
    padding: 0;
    outline: 0;
    -webkit-appearance: none;
}

input::-webkit-input-placeholder {
    color: #ccc;
}

input::-ms-input-placeholder {
    color: #ccc;
}

input::-moz-placeholder {
    color: #ccc;
}

input[type=button],
input[type=submit] {
    cursor: pointer;
}

button[disabled],
input[disabled] {
    cursor: default;
}

input {
    background: transparent;
    padding: 0px;
    font-size: 14px;
    color: #888;
    border: 0px;
    outline: none;
}

em {
    font-style: normal;
}

i {
    font-style: normal;
}


/*清除浮动*/

.clear {
    clear: both;
    height: 0px;
    overflow: hidden;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
    clear: both;
}

.clearfix {
    /*兼容 IE*/
    zoom: 1;
}


/************全局样式************/

.fl {
    float: left;
}

.fr {
    float: right;
}


/*t图片样式*/

.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto
}

img {
    border: 0px;
    vertical-align: middle;
}

.img-responsive {
    display: block;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%
}

.avatar {
    display: block;
    overflow: hidden;
    width: 100%;
}

.avatar img {
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.avatar:hover img {
    transform: scale(1.1);
    transition: all 1s ease 0s;
    -webkit-transform: scale(1.1);
}


/*文字超出隐藏*/

.dot {
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    
}

.dot2 {
  
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}


/**/

.wal {
    width: 1200px;
    margin: 0px auto;
  
}

.main_title{text-align: center;}

.main_title p b{font-size:40px;font-weight: bold;color:#0758B0; padding-left: 5px;}
.main_title span{font-size:18px;color:#666; line-height: 32px; margin-top: 15px; display: block;}
.title-more { display: block; width: 150px;height: 45px; line-height: 45px; font-size: 14px; text-align: center; color: #fff;
    border: 1px solid #fff; border-radius: 45px; text-shadow: none;margin-top:30px; }
  .title-more:hover { background: #0758B0;  border: 1px solid #0758B0; }
  .title-more::after {
    
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    border-top:2px solid #fff;
    border-right:2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: relative;
    top: -1px;
    margin-left: 7px;
    -webkit-transition: .6s ease;
    transition: .6s ease;}
    .title-more:hover::after{  border-top:2px solid #fff;
      border-right:2px solid #fff;  margin-left: 13px;}
.dflex { display: flex;}
.dflex_center { display: flex; align-items: center; justify-content: center;}
.dflex_start { display: flex; align-items: center; justify-content: flex-start;}
.dflex_end { display: flex; align-items: center; justify-content:flex-end;}
.dflex_stretch { display: flex;justify-content: center;align-content: center; align-items: stretch;}
.dflex_space-between { display: flex; align-items: center; justify-content: space-between;}

/*顶部导航*/


.fixed-top{
    position: fixed !important;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
  }


  #header {

    transition: all 0.5s;
    z-index: 997;
    transition: all 0.5s;
    height: 90px;
  
  }
  
  .header-transparent {  border-bottom: 1px solid rgba(255, 255, 255, 0.2);}
  .header-transparent:hover { background:rgba(255, 255, 255, 0.1);}
  #header.header-scrolled {
    background: rgba(255,255,255, 1);
    border-bottom: 1px solid #f1f1f1;
  
  
  }
  #header.header-scrolled{
    box-shadow: 0 2px 16px 0 rgba(0, 78, 204, 0.1);
  }
  
  .top-box{ display: flex; justify-content: space-between; align-items: center;}
  .top-box .logo{ display: flex; align-items: center; justify-content: center; min-width:10% ; }
  .pclogo { display: none!important;}
  .mlogo { display: none!important;}
  .pclogo2 { display: block!important;}
  /*导航菜单 */
  .nav-menu {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .nav-menu{  height: 90px; }
  .nav-menu ul{display: flex; align-items: center; justify-content: space-between;}
  .nav-menu ul li {
    text-align: center;
    position: relative;
  }
  
  .nav-menu a {
    display: block;
    white-space: nowrap;
    color: #fff;
    margin: 0 15px;
    height: 90px;
    line-height:90px;
    transition: 0.3s;
    font-size:16px;
    font-weight: bold;
  }
  
  .nav-menu a:hover::after{  content: '';
    height: 4px;
    border-radius: 4px 4px 0 0;
    background-color: #fff;
    position: absolute;
    left: 20%;
    transition: 0.3s;
    right: 20%;
    bottom: 0;}


  .top_tel { color: #fff; font-size: 25px; background: url(../images/dianhua1.png) left no-repeat;  }
  .top_tel span { padding-left:35px;}
  #header.header-scrolled .nav-menu a { color: #000;}
  #header.header-scrolled .nav-menu a:hover, #header.header-scrolled  .nav-menu li:hover &gt; a {
  
    color: #0066B3;
  
  
  }
  #header.header-scrolled .nav-menu a:hover::after{    content: '';
    height: 4px;
    border-radius: 4px 4px 0 0;
    background-color: #0066B3;
    position: absolute;
    left: 30%;
    right: 30%;
    bottom: 0;}
  #header.header-scrolled .pclogo { display: block!important;}
  #header.header-scrolled .pclogo2 { display: none!important;}
  #header.header-scrolled .top_tel { color: #0066B3; font-size: 25px; background: url(../images/dianhua2.png) left no-repeat;  }

/* 二级菜单 */
.ejxl{background-color: #fff;z-index: 999;  opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(15px);
            transform: translateY(15px);
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    border-top: 4px solid #0758B0;
    position: absolute;
    top:100%;
    left:-28%;
    width:160%!important;
    flex-direction: column;
}
.nav-menu ul li .ejxl li{margin:0 auto ;display: block; padding:0; width: 100%;}
.nav-menu ul li .ejxl li:after { content: ""; position: relative; } 
.nav-menu ul li .ejxl li a{display: block;color:#666;font-size: 15px;height:45px;line-height:45px; padding: 0; 
    text-align: center; }
.nav-menu ul li .ejxl a:hover{color: #0758B0;}
.nav-menu ul li:hover .ejxl {
  
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }

  #header.header-scrolled .nav-menu a:hover::after{    content: '';
    height: 4px;
    border-radius: 4px 4px 0 0;
    background:none;
    position: absolute;
    left: 30%;
    right: 30%;
    bottom: 0;} 
/*顶部导航 end*/

/*首页banner图*/
#banner .swiper {
	width: 100%;
	height: 100%;
    position: relative;
}

#banner .swiper-slide {
	background-position: center;
	background-size: cover;
    position: relative;
}

#banner .swiper-slide img {
	display: block;
	width: 100%;
  

}
#banner .swiper-button {
	position:absolute;
	top:60%;
	transform:translateY(-50%);
	text-align:center;
	color:#fff;

	cursor:pointer;
	overflow:hidden;
	z-index:10;

	transition:all .5s ease;
	outline: none;
    opacity: 0;

}
#banner:hover .swiper-button {
	opacity: 1;

}

.btn-prev {
	left:8%;
}

.btn-next {
	right:8%;
}
#banner:hover .btn-prev {left:5%;}
#banner:hover .btn-next {right:5%;}
#banner .swiper-pagination-bullet {
	position: relative;
	margin: 0 8px!important;
	display: inline-block;
	width: 14px;
	height: 14px;
	overflow: hidden;
	z-index: 10;
	border-radius: 100%;
	outline: none;
    background: #fff;
    opacity: 1;
}


#banner .swiper-pagination-bullet-active.swiper-pagination-bullet::before {
	background:#fff;
}

#banner .swiper-pagination-bullet-active {
    background-color: #0758B0;
    opacity: 1;
    filter: alpha(opacity=100);
}

#banner .swiper-container-horizontal&gt;.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 20px;
    left: 0;
    width: 100%;
}
.banner_txt {
  position: absolute;
  top:35%;
  left:19%;
  z-index: 10;
  color: #fff;
  text-align: left;
  text-shadow: 0 1px 2px rgba(0,0,0,0.6);
}

.banner_txt p{ font-size:36px;   color: rgba(255, 255, 255, 0.7);  text-shadow: none;}
.banner_txt b{ display: block;font-size:52px; color: #fff; margin: 30px 0;  text-shadow: none;}  
.banner_txt span{ color: #fff; font-size: 30px; display: block;text-shadow: none;}
.banner-more { display: block; width: 130px; letter-spacing: 1px; margin-top: 20px; height: 38px; line-height: 38px; text-align: center; color: #fff; border: 1px solid #fff; border-radius: 38px; text-shadow: none;}
.banner-more:hover { background: rgba(255, 255, 255, 0.3); color: #fff;}
.banner-more::after {
  content: '';
  display: inline-block;
  width: 6px;
  height: 6px;
  border-top:2px solid #fff;
  border-right:2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: relative;
  top: -1px;
  margin-left: 7px;
  -webkit-transition: .6s ease;
  transition: .6s ease;}
  .banner-more:hover::after{  margin-left: 13px;}

/*首页banner图 end*/
/*简介*/
.about {  padding:80px 0; background: #f5f5f5;} 
.about-box{ 
	display: flex;
    align-items: flex-start;
	justify-content: center;
    position: relative;

}
.about_fl{ flex: 1; padding-right:60px; }
.ab_txt { font-size: 16px; margin-top: 20px; line-height: 32px; color: #666;}

.about_fr{ flex:1;overflow: hidden;  }
.ab_list2{ display: flex; flex-wrap: wrap; align-items: center;justify-content: center; margin-top:50px; 

}
.ab_list2 li{ flex: 1; cursor: pointer; color:#333;  text-align: center; margin: 5px; background: #fff; 
	-webkit-transition:transform .3s;transition:transform .3s; font-size: 16px; padding:30px 20px;}
.ab_list2 li:last-child { border: none;}
.ab_list2 li b{display: block;font-size: 45px;color: #333;overflow: hidden;}
.ab_list2 li i {
  font-size: 16px;

  text-align: center;
  font-style: normal;
  font-weight: normal;
  position: relative;

  color: #666;
  display: inline-block;
}
.ab_list2 li:hover{-webkit-transform:translate(0,-10px);transform:translate(0,-10px);}
.more_a2 { display: inline-block; line-height: 40px; padding: 0px 30px; color: #fff; position: relative; transition: all 0.8s ease 0s; font-size: 16px; margin: 20px 0; }
.more_a2 span { display: inline-block; position: relative; z-index: 2; }
.more_a2::before { content: ""; position: absolute; left: 0px; bottom: 0px; background:#0758B0; width: 100%; height: 100%; transition: all 0.3s ease 0s; }
.more_a2:hover::before { height:1px; color: #0758B0; }
.more_a2:hover { color: #0758B0;}
/* 产品 */
.product { margin-top: 50px; }
.pro-nav { margin: 30px 0;}
.pro-nav ul { display: flex;  align-items: center; justify-content: space-between;}
.pro-nav li {  text-align: center; flex: 1;  margin: 10px;}
.pro-nav li a { display: block;}
.pro-nav li div { padding: 30px 50px; background: #f1f1f1;}
.pro-nav li b a{ font-size: 30px; color: #000; border-bottom: 1px solid #dedede; padding-bottom: 18px; }
.pro-nav li b a:hover { color: #0758B0;}
.pro-nav li p { display: flex;  margin-top: 18px; }
.pro-nav li p a { font-size: 18px; margin-right:40px;}
.pro-nav li p span { width: 15px; height: 1px; background: #ED1A23; display:inline-block; transition: width 0.3s; }
.pro-nav li p a:hover { color: #ED1A23;}
.pro-nav li p a:hover span { width: 20px;}
.pro_list {  padding: 50px 0; background: #f5f5f5; }
.pro_list { margin-top: 30px;}
.pro_list a { display: block; float: left; width: calc(33.3% - 22px); margin:10px;  border: 1px solid #f2f4f5;}
.pro_list span { display: block; overflow: hidden; }
.pro_list p{ padding: 15px; background: #fff; }
.pro_list .cp_tit {
    font-size: 18px;
    line-height: 22px;

    text-align: center;
    color: #333;
    padding: 15px 0;

}
.pro_list .cp_dec{    
    color: #888;
    line-height: 20px;
    padding-bottom:20px;
    font-size: 14px;}
.pro_list a:hover { box-shadow: 0 0 20px #dedede;}
.pro_list a:hover p { color: #fff; background: #0758B0;}

.probg { background:#F4F6F8 ; padding: 40px 0 70px; margin-top: 50px;}
.ptotu { position: relative;}
.ptotu i { position: absolute; top:18px; left: 10px; opacity: 0;}
.ptotu .p2 {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
    transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}

.ptotu .p2 .pp_lf {
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;
	position: absolute;
	top: -100%;
	left: -40%;
	width: 100%;
	height: 300%;
	
}

.ptotu .p2 .pp_rg {
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;
	position: absolute;
	top: -100%;
	right: -50%;
	width: 100%;
	height: 300%;

}

.pro_list a:hover .pp_lf {
	left: -88%;
    background: rgba(0, 0, 0, 0.1);
}

.pro_list a:hover .pp_rg {
	right: -140%;
    background: rgba(0, 0, 0, 0.1);
}
.pro_list a:hover i { opacity: 1;}

/* 领域 */

.apply {

    margin-top: 50px;

}
.apply-box { margin-top: 40px;  display: flex; align-items: center; justify-content: space-between;}
.pro_fl {width: 45%; margin-right: 15px;}

.pro_fl .pro_box_l img{ transition: all 0.5s; border-radius: 10px;}
.pro_fl .pro_box_l a:hover img {
   transform: scale(1.05); 
}


.pro_fr { width: 55%; margin-left: 15px; display:flex; flex-wrap: wrap;}
.pro_fr .pro_box {  width: calc(50% - 15px); }
.pro_fr .pro_box:nth-child(1),.pro_fr .pro_box:nth-child(3){ margin-right: 15px;}
.pro_fr .pro_box:nth-child(2),.pro_fr .pro_box:nth-child(4){  margin-left: 15px;}
.pro_fr .pro_box:nth-child(3),.pro_fr .pro_box:nth-child(4){  margin-bottom: 0;}
.pro_fr .pro_box img{ transition: all 0.5s; border-radius: 10px;}
.pro_fr .pro_box a:hover img {
   transform: scale(1.05);
}

/* 设备 */
.sheb-box{  padding: 50px 0; margin-top: 50px; background:#F4F4F4 url(../images/bg.jpg) no-repeat bottom; }
#shebei { position: relative;}
#shebei .swiper-container {
    width: 100%;
      padding-bottom:30px;
      margin-top: 30px;
  }
  
  #shebei .swiper-slide {
      width: 100%;
      height: 100%;
      background: #fff;
  
      position: relative;
    transform: scale(0.85);
    margin-top: 70px;
    margin-bottom: 70px;
    -webkit-transition: transform 1.0s;
      transition: transform 1.0s;
  
    
  }
  #shebei .swiper-slide img{
    width: 100%;
   
    display: block;
    height: 100%;
    border: none;
  }
  #shebei .swiper-slide a{ display: block; position: relative;}
  #shebei .swiper-slide p {
      line-height: 90px;
      padding-top: 0;
      text-align: center;
      color: #333;
      font-size: 20px;
      margin: 0;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background: rgba(255,255,255,.9);
    height: 90px;
  }
  #shebei .swiper-slide a:hover p { background: #0758B0; color: #fff;}
  #shebei .swiper-slide-active{  border-radius: 2px;
    box-shadow: 0 2px 6px rgb(0 0 0 / 30%);
    box-shadow: 0 4px 20px 0 rgb(0 0 0 / 30%);}
  #shebei .swiper-slide-active .layer-mask {
      display: none;
  }
  .layer-mask {
      width: 100%;
      height:100%;
      transition: all 0.5s;
      background:rgba(255,255,255,.6);
      position: absolute;
      left: 0;
      top: 0;
      right: 0;
      bottom: 100px;
  }
  
  
  #shebei .swiper-button-next {
      right: 8%;
      width: 65px;
      height:65px;
    line-height: 65px;
    text-align: center;
  
      border-radius: 100%;
      --swiper-navigation-size: 0;
      color: #fff;
      background:#0758B0;
      cursor: pointer;
      overflow: hidden;
      z-index: 10;
      font-size: 36px;
      transition: all .5s ease;
      outline: none;
  
  }
  #shebei .swiper-button-prev {
      left: 8%;
      width: 65px;
      height: 65px;
    line-height: 65px;
    text-align: center;
      
      border-radius: 100%;
      --swiper-navigation-size: 0;
      color: #fff;
      background:#0758B0;
      cursor: pointer;
      overflow: hidden;
      z-index: 10;
      font-size: 36px;
      transition: all .5s ease;
      outline: none;
      
  }
  #shebei .swiper-button-prev:hover, #shebei .swiper-button-next:hover {  color: #fff; background: #DE0505;}
  #shebei .swiper-slide-active, .swiper-slide-duplicate-active {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
    z-index: 1002;
  }
  
  .swiper-container-android .swiper-slide,.swiper-wrapper {
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -o-transform: translate(0,0);
    -ms-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
  }
  
  .swiper-container-multirow&gt;.swiper-wrapper {
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap
  }
  
  .swiper-container-free-mode&gt;.swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -ms-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto
  }
  
  
  .swiper-container-autoheight,.swiper-container-autoheight .swiper-slide {
    height: auto;
  }
  
  
/*新闻*/
.news {margin-top: 60px;}
.news-box a { display: flex; align-items:stretch; margin-top: 30px; justify-content: space-between;}
.news-box .news-tu {width: 50%; overflow: hidden; }
.news-box .news-tu img {transition: all .3s;}
.news-box .news-txt { width:50%; background: #f5f5f5; padding: 50px 0; }
.news-box .news-txt b {font-size: 24px; color: #333; line-height: 50px; margin-bottom: 10px; display: block; padding:0 40px;}
.news-box .news-txt p {line-height: 24px; color: #666;padding:0 40px;}
.news-box .news-txt span { color: #999; margin-top: 20px; display: block;padding:0 40px;}
.news-box a:hover .news-txt b { color: #0758B0;}
.news-box a:hover .news-txt span{ color: #ED1A23;}
.news-box a:hover .news-tu img {transform: scale(1.1);}
.news-two ul {display: flex; flex-wrap: wrap; padding: 0; margin-top: 20px;}
.news-two ul li { width: 50%; margin-bottom: 20px; }
.news-two a{ display: flex;   justify-content: center; flex-direction: column;  padding: 20px ; margin-left: -1px; transition: .3s;  border: 1px solid #f1f1f1;  }
.news-two a:hover { box-shadow: 0 0  10px #dedede; background:#0758B0; background-size: 100%; }
.news-two a:hover span { color: #fff;}
.news-two a:hover .day, .news-two a:hover .newscon,.news-two a:hover .newscon b { color: #fff;}

.news-two .day {
color: #666;
width: 100%;

margin: 7px 0;
font-size: 14px;

border-top: 1px solid #f1f1f1;
}
.news-two .day span {
 font-size:16px;
 float: right;

}
.news-two .day p{  padding-top: 20px;}


.news-two .newscon b {
padding-bottom: 10px;
font-size: 16px;
color: #333;
display: block;

}
.news-two .newscon p {

text-align: left;
line-height: 24px;
font-size: 14px;

}
/*返回顶部*/

.scroll {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    position: fixed;
    right: 45px;
    bottom: 70px;
    color: #fff;
    cursor: pointer;
    background:#0758B0;
    font-size: 26px;
 
}


/*底部footer*/
.footer {
    background: #30343F ;
    background-size: cover;
    margin-top: 80px;
   
  
  }
  .foot {
    padding-top: 60px;
    padding-bottom: 30px;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
  }
  .foot .foot-logo { border-right: 1px solid rgba(255,255,255, .1); padding-right: 50px;}
  .foot .foot-logo b{ display: block; color: #fff; font-size: 24px; margin-top: 20px; }
  .foot .foot-logo p{ font-size: 18px; color: #fff; margin-top: 10px;}
  .foot .ft-nav { padding-left: 50px; border-right: 1px solid rgba(255,255,255, .1);  margin-top: 10px;}
  .foot .ft-nav .ft-nav-list{
  
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
    color: #fff;
  }
  .foot .ft-nav .ft-nav-list dl{ flex: 1;}
  
  .foot .ft-nav .ft-nav-list dt{ font-size: 20px; margin-bottom: 20px;  }
  .foot .ft-nav .ft-nav-list dd{ display: flex;align-items: flex-start;  flex-wrap: wrap; margin-top:30px; }
  .foot .ft-nav .ft-nav-list dd a{ text-align: center; padding: 10px 0; color: #fff; display: block; margin-left: -1px;  margin-bottom: 10px;  width: 40%; border: 1px solid rgba(255,255,255, .2);
    font-size: 16px;}
  
  
  .foot .ft-nav .ft-nav-list dd a:hover{ color: #DA241C}
  .foot .ft-nav .ewm { width: 134px; display: flex; align-items: center;  margin-top:10px; justify-content: flex-start;}

  .foot .ft-nav .ewm img{ width: 100px; }

  .foot .ft-contact {

    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    flex-direction: column;
    padding-left: 50px;
    margin-top: 10px;
  
  }

  .foot .ft-contact dt{ font-size: 20px; margin-bottom: 20px; color: #fff;  }
  .foot .ft-contact b{
      font-weight: 500;
      color: #fff;
    text-align: left;
    margin-bottom: 20px;
    font-size: 20px; }
  .foot .ft-contact p{ 
    color: #fff;
    text-align: left;
    margin-bottom: 15px;
    font-size: 16px;
  }
  .foot .ft-contact p span{ padding-left: 18px;}
  .foot .ft-contact i{ font-size: 17px; margin-bottom: 20px; color: #fff;font-weight: 700; display: block; width: 100%;}
  .foot .ft-contact i img { float: right; }
  .copyright{ padding:20px 10px; text-align: center; color: #fff; border-top:1px solid rgba(255,255,255, .1);  }
  .copyright a{ color: #fff;}</pre></body></html>